From 948d372436b6dd50d8e616d307e5e363570b32c7 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 17 Feb 2017 08:23:23 -0800 Subject: [PATCH] Disable caches on AppVeyor/Travis They just seem to grow without bound and cause problems unfortunately :( --- .travis.yml | 1 - appveyor.yml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0145141dc..3fa28ffa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -157,5 +157,4 @@ deploy: cache: directories: - - $HOME/.cargo - target/openssl diff --git a/appveyor.yml b/appveyor.yml index 728be2251..7b9e406a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,10 +45,6 @@ build: false test_script: - sh src/ci/run.sh %TARGET% -cache: - - target - - C:\Users\appveyor\.cargo\registry - before_deploy: - ps: | New-Item -Path deploy -ItemType directory -- 2.30.2